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 (
    87208, 87436, 87857, 87888, 87959, 88032, 
    88262, 88431, 88438, 88635, 88636, 
    88676, 88677, 88678, 88679, 88683, 
    88699, 88766, 88767, 88768
  )

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
87208 S
87436 S
87857 S
87888 S
87959 S
88032 S
88262 S
88431 S
88438 S
88635 S
88636 S
88676 S
88677 S
88678 S
88679 S
88683 S
88699 S
88766 S
88767 S
88768 S