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 (
81253, 81318, 81319, 81320, 81321, 81352,
81353, 81357, 81378, 81399, 81805,
81813, 81918, 81919, 81920, 81921,
81922, 81923, 81924, 81925, 81926,
81927, 81928, 81929, 81930, 82027,
82028, 82029, 82030, 82031, 82032,
82033, 82034, 82035, 82036, 82037,
82038, 82140, 82141, 82142
)