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 (
63063, 63064, 63065, 63066, 63067, 63068,
63069, 63070, 63071, 63072, 63073,
63074, 63075, 63076, 63077, 63078,
63079, 63080, 63081, 63082, 63131,
63132, 63134, 63135, 63161, 63407,
63408, 63482, 63484, 63639, 63652,
63802, 63803, 63844, 63930, 63931,
63960, 63961, 63962, 64081
)