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 (
    89250, 90283, 90321, 90522, 90615, 90741, 
    90750, 90763, 90764, 90765, 90768, 
    90769, 90770, 90771, 90811, 90926, 
    90933, 90934, 90935, 90936
  )

Query time 0.00036

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 20 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.cscart_product_options.option_id,const,const 1 Using where; Using index

Result

option_id option_type
89250 S
90283 S
90321 S
90522 S
90615 S
90741 S
90750 S
90763 S
90764 S
90765 S
90768 S
90769 S
90770 S
90771 S
90811 S
90926 S
90933 S
90934 S
90935 S
90936 S