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 (
82833, 82836, 83103, 83138, 83139, 83193,
83194, 83221, 83242, 83243, 83245,
83246, 83247, 83248, 83249, 83250,
83251, 83252, 83253, 83254, 83255,
83256, 83257, 83258, 83259, 83260,
83261, 83262, 83263, 83264, 83265,
83266, 83267, 83268, 83298, 83406,
83407, 83596, 83597, 83598
)