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 (
83661, 83662, 83663, 83664, 83665, 83666,
83687, 83688, 83689, 83726, 83727,
83728, 83730, 83732, 83733, 83734,
83735, 83736, 83753, 83754, 83755,
83756, 83757, 83758, 83915, 84108,
84130, 84131, 84132, 84133, 84134,
84173, 84174, 84175, 84208, 84209,
84210, 84211, 84216, 84318
)