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 (
9765, 9800, 9801, 10042, 10043, 10044,
10066, 10068, 10069, 10070, 10132,
10133, 10134, 10295, 10296, 10297,
10298, 10299, 10300, 10301, 10302,
10303, 10304, 10305, 10308, 10309,
11800, 19884, 19885, 26534, 26535,
26536, 26537, 26538, 26539, 26540,
26541, 26542, 26543, 26544
)