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 (
36750, 38896, 38897, 43836, 64089, 66688,
66689, 66690, 66691, 66888, 66900,
67215, 67979, 67995, 67998, 67999,
68000, 68001, 68154, 68242, 68246,
68247, 68250, 68285, 68286, 68345,
68364, 68366, 68367, 68379, 68397,
68398, 68411, 68473, 68474, 68475,
68476, 68526, 68527, 68528
)