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 (
    96539, 96540, 98687, 98688, 98689, 98693, 
    98694, 98695, 98696, 98697, 98698, 
    98699, 98700, 98852, 98853, 98859, 
    98860, 98861, 98862, 99060
  )

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
96539 S
96540 S
98687 S
98688 S
98689 S
98693 S
98694 S
98695 S
98696 S
98697 S
98698 S
98699 S
98700 S
98852 S
98853 S
98859 S
98860 S
98861 S
98862 S
99060 S