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 (
    4910, 5067, 5069, 5084, 9716, 9719, 9720, 
    9922, 9923, 10177, 10219, 74525, 74536, 
    74537, 74538, 74540, 74581, 74582, 
    74583, 74635
  )

Query time 0.00045

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
4910 S
5067 S
5069 S
5084 S
9716 S
9719 S
9720 S
9922 S
9923 S
10177 S
10219 S
74525 S
74536 S
74537 S
74538 S
74540 S
74581 S
74582 S
74583 S
74635 S