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 (
64978, 65209, 65210, 65212, 65214, 65248,
65249, 65352, 65353, 65354, 65392,
65465, 65466, 65577, 65594, 65595,
65599, 65666, 65667, 65668, 65669,
65691, 65692, 65695, 65725, 65766,
65768, 65807, 65811, 65812, 65814,
65815, 65827, 65866, 65918, 65919,
65920, 65921, 65949, 66032
)