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 (
83051, 83067, 83114, 83115, 83116, 83134,
83135, 83136, 83165, 83473, 83474,
83475, 83476, 83485, 83486, 83587,
83588, 83589, 83590, 83591, 83592,
83593, 83623, 83624, 83625, 83626,
83627, 83628, 83629, 83630, 83631,
83632, 83633, 83652, 83653, 83654,
83830, 83831, 83832, 83987
)