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 (
    100253, 100254, 100255, 100256, 100609, 
    100610, 100611, 100612, 100613, 100614, 
    100615, 100616, 100617, 100618, 100636, 
    100650, 100654, 100667, 100676, 100710
  )

Query time 0.00037

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
100253 S
100254 S
100255 S
100256 S
100609 S
100610 S
100611 S
100612 S
100613 S
100614 S
100615 S
100616 S
100617 S
100618 S
100636 S
100650 S
100654 S
100667 S
100676 S
100710 S