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 (
64103, 64104, 64105, 64106, 64110, 64113,
64115, 64116, 64117, 64118, 64119,
64120, 64121, 64174, 64176, 64178,
64179, 64183, 64184, 64185, 64186,
64187, 64188, 64189, 64190, 64191,
64192, 64193, 64194, 64195, 64197,
64198, 64199, 64385, 64386, 64502,
64536, 64650, 64651, 64658
)