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 (
68602, 68603, 68712, 68713, 68740, 68786,
68846, 68852, 68926, 68930, 68931,
68932, 68965, 68966, 68967, 68968,
68969, 68970, 68971, 68972, 68973,
68974, 68975, 68976, 68977, 68978,
68979, 68980, 68981, 68982, 68983,
68984, 68990, 69086, 69087, 69104,
69106, 69164, 69179, 69180
)