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 (
63658, 63734, 63882, 63933, 63937, 63938,
63939, 63940, 63941, 63942, 64375,
64382, 64508, 64509, 64510, 64511,
64512, 64513, 64514, 64515, 64516,
64517, 64518, 64519, 64520, 64521,
64522, 64523, 64524, 64525, 64526,
64527, 64528, 64529, 64530, 64531,
64532, 64533, 64534, 64535
)