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 (
    37925, 38081, 38082, 38083, 38084, 38110, 
    38111, 38112, 38113, 38114, 38195, 
    38248, 38249, 38300, 38328, 38413, 
    38434, 38442, 38443, 38522
  )

Query time 0.00029

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
37925 S
38081 S
38082 S
38083 S
38084 S
38110 S
38111 S
38112 S
38113 S
38114 S
38195 S
38248 S
38249 S
38300 S
38328 S
38413 S
38434 S
38442 S
38443 S
38522 S