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 (
9453, 9454, 9455, 9456, 9457, 9458, 9459,
9460, 9461, 9462, 9463, 9464, 9465,
9466, 9467, 9468, 9469, 9470, 9471,
9472, 9473, 9474, 9475, 9476, 9477,
9478, 9479, 9480, 9481, 9488, 9492,
9531, 9532, 9534, 9535, 9536, 9537,
9538, 9539, 9540
)