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 (
32854, 32855, 32856, 32857, 32858, 32859,
32860, 32861, 32862, 32863, 32864,
32865, 32866, 32867, 32868, 32869,
32870, 32871, 32872, 32873, 32874,
32875, 32876, 32877, 32878, 32879,
32880, 32881, 32882, 32883, 32884,
32885, 32886, 32887, 32888, 32889,
32890, 32891, 32894, 32895, 32896,
32897, 32898, 32899, 32900, 32901,
32902, 32903, 32905, 32906, 32910,
32911, 32929, 32934, 32943, 32944,
32945, 33023, 33036, 33044, 33045,
33089, 33090, 33107, 33256, 33257,
33274, 33275, 33276, 33277, 33278,
33279, 33280, 33313, 33708, 33720,
35058, 35127, 35279, 74816
)