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 (
52866, 53361, 53825, 53968, 54269, 54270,
54271, 54828, 54829, 54842, 54933,
54945, 54973, 54974, 54983, 55073,
55077, 55117, 55172, 55340, 55355,
55356, 55358, 55366, 55451, 55452,
55461, 55462, 55466, 55507, 55553,
55571, 55572, 55693, 55694, 55714,
55715, 55716, 55809, 119410
)