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 (
    98669, 98670, 98691, 98716, 98717, 98718, 
    98719, 98720, 98721, 98732, 98733, 
    98734, 98813, 98814, 98815, 98816, 
    98817, 100067, 100068, 100069
  )

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
98669 S
98670 S
98691 S
98716 S
98717 S
98718 S
98719 S
98720 S
98721 S
98732 S
98733 S
98734 S
98813 S
98814 S
98815 S
98816 S
98817 S
100067 S
100068 S
100069 S