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 (
63083, 63084, 63085, 63086, 63087, 63088,
63089, 63090, 63091, 63092, 63093,
63094, 63095, 63096, 63097, 63098,
63099, 63100, 63101, 63102, 63966,
64100, 64256, 64262, 64362, 64595,
64597, 64647, 64656, 64677, 64692,
64694, 64704, 64747, 64749, 64750,
64751, 64855, 64856, 64857
)