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 (
    1746, 1756, 2018, 2060, 2069, 2074, 2075, 
    2076, 2077, 2311, 2433, 2438, 2442, 
    2738, 2769, 2777, 2827, 2869, 3133, 
    21857
  )

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
1746 S
1756 S
2018 S
2060 S
2069 S
2074 S
2075 S
2076 S
2077 S
2311 S
2433 S
2438 S
2442 S
2738 S
2769 S
2777 S
2827 S
2869 S
3133 S
21857 S