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 (
55713, 59706, 59707, 59948, 60014, 60017,
60018, 60120, 60251, 60257, 60258,
60317, 60343, 60344, 60444, 60494,
60495, 60497, 60498, 60501, 60525,
60555, 60556, 60559, 60590, 60593,
60687, 60688, 60689, 60690, 60694,
60695, 60723, 60725, 60862, 60898,
60899, 60911, 60957, 60958
)