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 (
    87441, 87829, 89027, 89138, 89139, 89276, 
    89298, 89349, 89477, 89659, 89660, 
    89724, 89730, 89732, 89733, 89734, 
    89762, 89763, 89767, 89803
  )

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
87441 S
87829 S
89027 S
89138 S
89139 S
89276 S
89298 S
89349 S
89477 S
89659 S
89660 S
89724 S
89730 S
89732 S
89733 S
89734 S
89762 S
89763 S
89767 S
89803 S