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 (
63967, 63968, 64566, 64594, 64713, 64748,
64790, 64815, 64854, 64858, 64861,
64934, 64935, 64938, 64939, 64961,
64963, 64977, 64986, 64987, 64988,
65009, 65045, 65053, 65054, 65108,
65138, 65139, 65168, 65211, 65213,
65215, 65309, 65310, 65311, 65312,
65314, 65315, 65357, 65391
)