SELECT
option_id,
option_type
FROM
cscart_product_options
INNER JOIN cscart_ult_objects_sharing ON (
cscart_ult_objects_sharing.share_object_id = cscart_product_options.option_id
AND cscart_ult_objects_sharing.share_company_id = 1
AND cscart_ult_objects_sharing.share_object_type = 'product_options'
)
WHERE
option_id IN (
88830, 88831, 88832, 88833, 88834, 88835,
88836, 88837, 88838, 88839, 88902,
88903, 88904, 88905, 88906, 88907,
88908, 88909, 88910, 88911, 88912,
88913, 88962, 89049, 89050, 89051,
89052, 89834, 89835, 89836, 89837,
89838, 89839, 89840, 89841, 89842,
89843, 89844, 89845, 89846
)