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 (
    92622, 92623, 92624, 92625, 92626, 92627, 
    92628, 92629, 92630, 92631, 92632, 
    92633, 92634, 92635, 92636, 92637, 
    92638, 92639, 92640, 92641
  )

Query time 0.00030

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
92622 S
92623 S
92624 S
92625 S
92626 S
92627 S
92628 S
92629 S
92630 S
92631 S
92632 S
92633 S
92634 S
92635 S
92636 S
92637 S
92638 S
92639 S
92640 S
92641 S