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 (
    98423, 98424, 98425, 98443, 98444, 98445, 
    98446, 98447, 98448, 98449, 98458, 
    98498, 99504, 99505, 99506, 99507, 
    99508, 99509, 99510, 99511
  )

Query time 0.00032

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
98423 S
98424 S
98425 S
98443 S
98444 S
98445 S
98446 S
98447 S
98448 S
98449 S
98458 S
98498 S
99504 S
99505 S
99506 S
99507 S
99508 S
99509 S
99510 S
99511 S