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 (
    87450, 87451, 91016, 91152, 91396, 91400, 
    91434, 91443, 91578, 91611, 91645, 
    91805, 91808, 91809, 91821, 91837, 
    91839, 91864, 91907, 91928
  )

Query time 0.00029

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
87450 S
87451 S
91016 S
91152 S
91396 S
91400 S
91434 S
91443 S
91578 S
91611 S
91645 S
91805 S
91808 S
91809 S
91821 S
91837 S
91839 S
91864 S
91907 S
91928 S