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 (
    75618, 75643, 75657, 75710, 75711, 75712, 
    75713, 75714, 75715, 75716, 75717, 
    75718, 75719, 75783, 75784, 75829, 
    75913, 75914, 76217, 76227
  )

Query time 0.00035

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
75618 S
75643 S
75657 S
75710 S
75711 S
75712 S
75713 S
75714 S
75715 S
75716 S
75717 S
75718 S
75719 S
75783 S
75784 S
75829 S
75913 S
75914 S
76217 S
76227 S