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 (
58356, 58885, 58929, 58930, 58931, 58932,
58933, 58976, 58995, 58996, 58997,
58998, 58999, 59000, 59001, 59002,
59003, 59004, 59005, 59006, 59007,
59008, 59009, 59010, 59011, 59012,
59013, 59014, 59015, 59016, 59017,
59018, 59019, 59020, 59021, 59022,
59023, 59024, 59025, 59102
)