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 (
9545, 9554, 9555, 9630, 9631, 9632, 9633,
9634, 9635, 9636, 9637, 9638, 9639,
9640, 9641, 9642, 9643, 9644, 9645,
9647, 9648, 9649, 9650, 9651, 9677,
11788, 26520, 26521, 26522, 26523,
26524, 26525, 26526, 26527, 26528,
26529, 26530, 26531, 26532, 26533
)