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 (
    95660, 95661, 95673, 95674, 95768, 95769, 
    96008, 96009, 96040, 96041, 96042, 
    96043, 96044, 96045, 96046, 96047, 
    96048, 96049, 96227, 96238
  )

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
95660 S
95661 S
95673 S
95674 S
95768 S
95769 S
96008 S
96009 S
96040 S
96041 S
96042 S
96043 S
96044 S
96045 S
96046 S
96047 S
96048 S
96049 S
96227 S
96238 S