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 (
    87452, 87453, 91154, 91514, 91571, 91572, 
    91621, 92063, 92097, 92098, 92138, 
    92139, 92140, 92149, 92284, 92287, 
    92288, 92299, 92304, 92306
  )

Query time 0.00034

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
87452 S
87453 S
91154 S
91514 S
91571 S
91572 S
91621 S
92063 S
92097 S
92098 S
92138 S
92139 S
92140 S
92149 S
92284 S
92287 S
92288 S
92299 S
92304 S
92306 S