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 (
60552, 60553, 60554, 60692, 62975, 62976,
62977, 62978, 63053, 63054, 63055,
63056, 63057, 63058, 63059, 63060,
63061, 63062, 63130, 63136, 63139,
63185, 63191, 63242, 63245, 63349,
63350, 63419, 63483, 63591, 63598,
63635, 63636, 63637, 63638, 63640,
63641, 63733, 63804, 63805
)