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 (
    25388, 25423, 25426, 25432, 25530, 25531, 
    25579, 25580, 25653, 25707, 25840, 
    25845, 26043, 27976, 28182, 28191, 
    28213, 28265, 28277, 28279
  )

Query time 0.00037

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
25388 S
25423 S
25426 S
25432 S
25530 S
25531 S
25579 S
25580 S
25653 S
25707 S
25840 S
25845 S
26043 S
27976 S
28182 S
28191 S
28213 S
28265 S
28277 S
28279 S