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 (
68714, 68739, 68934, 68937, 68957, 68964,
69020, 69505, 69506, 69507, 69508,
69509, 69510, 69511, 69512, 69522,
69559, 69560, 69594, 69614, 69615,
69616, 69617, 69618, 69619, 69620,
69621, 69622, 69623, 69624, 69625,
69626, 69627, 69628, 69629, 69630,
69631, 69632, 69633, 69635
)