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 (
    98774, 98775, 98776, 98777, 98778, 98779, 
    98780, 98781, 98782, 98783, 98784, 
    98785, 98786, 98787, 98788, 98789, 
    98790, 98791, 98792, 120108
  )

Query time 0.00033

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
98774 S
98775 S
98776 S
98777 S
98778 S
98779 S
98780 S
98781 S
98782 S
98783 S
98784 S
98785 S
98786 S
98787 S
98788 S
98789 S
98790 S
98791 S
98792 S
120108 S