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 (
    95525, 95526, 95935, 95936, 95937, 95938, 
    95939, 96006, 96007, 96103, 96104, 
    96105, 96106, 96107, 96108, 96109, 
    96110, 96111, 96112, 96113
  )

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
95525 S
95526 S
95935 S
95936 S
95937 S
95938 S
95939 S
96006 S
96007 S
96103 S
96104 S
96105 S
96106 S
96107 S
96108 S
96109 S
96110 S
96111 S
96112 S
96113 S