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 (
68344, 68369, 68405, 68406, 68407, 68408,
68409, 68410, 68415, 68437, 68463,
68464, 68709, 68710, 68711, 68738,
68742, 68802, 68868, 68871, 68872,
68873, 68874, 68875, 68876, 68877,
68878, 68879, 68880, 68881, 68882,
68883, 68884, 68885, 68886, 68887,
68888, 68891, 68892, 119471
)