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 (
82261, 82266, 82267, 82347, 82368, 82371,
82372, 82373, 82374, 82375, 82382,
82457, 82458, 82553, 82656, 82720,
82721, 82722, 82723, 82724, 82749,
82752, 82802, 82803, 82804, 82848,
82849, 82851, 82852, 82853, 82855,
82857, 83198, 83199, 83200, 83201,
83202, 83203, 83440, 83441
)