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 (
    75771, 75855, 75865, 75908, 75923, 75926, 
    75927, 75928, 75931, 75941, 75948, 
    75950, 75960, 75985, 75986, 75987, 
    75988, 76367, 76368, 76369
  )

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
75771 S
75855 S
75865 S
75908 S
75923 S
75926 S
75927 S
75928 S
75931 S
75941 S
75948 S
75950 S
75960 S
75985 S
75986 S
75987 S
75988 S
76367 S
76368 S
76369 S