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 (
    98628, 98667, 98668, 98708, 98724, 98725, 
    98726, 98727, 99512, 99513, 99514, 
    99515, 99516, 99517, 99518, 99571, 
    99572, 99573, 99621, 99652
  )

Query time 0.00035

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
98628 S
98667 S
98668 S
98708 S
98724 S
98725 S
98726 S
98727 S
99512 S
99513 S
99514 S
99515 S
99516 S
99517 S
99518 S
99571 S
99572 S
99573 S
99621 S
99652 S