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 (
68324, 68325, 68326, 68327, 68328, 68329,
68330, 68331, 68332, 68333, 68334,
68335, 68336, 68337, 68338, 68339,
68340, 68341, 68342, 68343, 68368,
68412, 68461, 68462, 68524, 68525,
68531, 68627, 68726, 68727, 68728,
68729, 68730, 68731, 68732, 68733,
68734, 68735, 68736, 68737
)