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 (
33862, 33891, 33892, 33893, 33894, 33895,
33896, 33941, 33942, 33943, 33944,
33953, 33954, 33955, 33956, 33957,
33958, 33959, 33960, 33961, 33962,
33963, 33964, 33965, 33966, 33967,
33968, 33969, 33970, 33972, 34007,
34008, 34046, 34047, 34048, 34069,
34070, 34077, 34081, 34082, 34085,
34086, 34087, 34088, 34089, 34092,
34133, 34138, 34139, 34151, 34193,
34197, 34198, 34199, 34201, 34203,
34205, 34206, 34207, 34209, 34213,
34259, 34316, 34317, 34441, 34444,
34519, 35072, 35073, 35074, 35075,
35076, 35077, 35078, 66017, 66018,
66019, 66020, 74817, 74840
)