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 (
82356, 82406, 82407, 82408, 82409, 82439,
82525, 82710, 82750, 82751, 82755,
82756, 82757, 82758, 82759, 82760,
82761, 82762, 82763, 82764, 82815,
83056, 83057, 83058, 83059, 83060,
83061, 83181, 83182, 83183, 83223,
83224, 83225, 83272, 83273, 83274,
83275, 83276, 83277, 83278
)