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 (
    74919, 74922, 74927, 74928, 74933, 74989, 
    74990, 74991, 74992, 74993, 74994, 
    74995, 74996, 74997, 75181, 75352, 
    75375, 75466, 75485, 97241
  )

Query time 0.00034

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
74919 S
74922 S
74927 S
74928 S
74933 S
74989 S
74990 S
74991 S
74992 S
74993 S
74994 S
74995 S
74996 S
74997 S
75181 S
75352 S
75375 S
75466 S
75485 S
97241 S