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 (
45523, 45524, 45525, 45526, 45527, 45528,
45555, 45556, 45626, 45712, 45744,
45762, 45763, 45828, 45835, 45840,
45847, 45928, 45937, 45938, 45939,
45940, 45941, 45942, 45962, 45964,
45986, 45987, 45993, 46011, 46015,
46040, 46041, 46042, 46043, 46051,
46058, 46067, 46068, 46069, 46070,
46071, 46098, 46138, 46153, 46154,
46155, 46156, 46171, 46185, 46188,
46189, 46191, 46192, 46193, 46194,
46195, 46196, 46197, 46198, 46199,
46200, 46201, 46202, 46203, 46204,
46205, 46213, 46214, 46215, 46216,
46228, 46229, 46230, 46596, 53370,
86226, 86227, 86228, 105329
)