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 (
    98877, 98929, 99596, 99597, 99716, 99717, 
    99718, 99817, 99818, 99819, 99820, 
    99821, 99863, 99864, 99873, 99874, 
    100060, 100061, 100130, 100288
  )

Query time 0.00038

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
98877 S
98929 S
99596 S
99597 S
99716 S
99717 S
99718 S
99817 S
99818 S
99819 S
99820 S
99821 S
99863 S
99864 S
99873 S
99874 S
100060 S
100061 S
100130 S
100288 S