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 (
    89251, 90284, 90319, 90363, 90364, 91127, 
    91131, 91148, 91158, 91163, 91164, 
    91165, 91166, 91167, 91168, 91169, 
    91170, 91171, 91172, 91304
  )

Query time 0.00051

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
89251 S
90284 S
90319 S
90363 S
90364 S
91127 S
91131 S
91148 S
91158 S
91163 S
91164 S
91165 S
91166 S
91167 S
91168 S
91169 S
91170 S
91171 S
91172 S
91304 S