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 (
68715, 68803, 68856, 68933, 69084, 69105,
69181, 69182, 69183, 69184, 69185,
69186, 69187, 69188, 69189, 69190,
69191, 69192, 69193, 69194, 69195,
69196, 69197, 69198, 69199, 69285,
69371, 69372, 69493, 69494, 69495,
69496, 69497, 69498, 69499, 69500,
69501, 69502, 69503, 69504
)