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 (
68927, 68928, 68935, 69016, 69017, 69038,
69063, 69152, 69153, 69154, 69155,
69156, 69157, 69158, 69159, 69160,
69200, 69564, 69636, 69696, 69786,
69787, 69788, 69789, 69790, 69791,
69792, 69793, 69794, 69795, 69796,
69797, 69798, 69799, 69800, 69801,
69802, 69803, 69804, 69805
)