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 (
89110, 89111, 89112, 89141, 89154, 89155,
89156, 89157, 89158, 89159, 89160,
89161, 89378, 89901, 90024, 90025,
90026, 90027, 90028, 90029, 90030,
90031, 90032, 90033, 90034, 90035,
90036, 90037, 90038, 90039, 90040,
90041, 90042, 90043, 90044, 90045,
90046, 90047, 90048
)