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 (
81719, 81761, 81775, 81776, 81777, 81849,
81850, 81861, 82047, 82048, 82092,
82093, 82094, 82095, 82096, 82097,
82098, 82099, 82100, 82101, 82156,
82337, 82340, 82353, 82354, 82385,
82386, 82388, 82389, 82390, 82391,
82526, 82527, 82528, 82789, 82790,
82791, 82792, 82793, 82794
)