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 (
60528, 60529, 61016, 62827, 62877, 62883,
62929, 62930, 62955, 62971, 62972,
62973, 62974, 62984, 62986, 63001,
63021, 63043, 63044, 63045, 63046,
63047, 63048, 63049, 63050, 63051,
63052, 63129, 63155, 63204, 63205,
63253, 63254, 63255, 63256, 63334,
63410, 63411, 63417, 63418
)