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 (
59934, 59935, 59936, 59937, 59938, 59939,
59940, 59941, 60012, 60013, 60042,
60250, 60331, 60332, 60333, 60334,
60335, 60336, 60337, 60338, 60339,
60340, 60341, 60342, 60379, 60408,
60412, 60413, 60420, 60422, 60427,
60430, 60436, 60440, 60503, 60504,
60505, 60506, 60507, 60716
)