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 (
    87207, 87434, 87592, 87593, 87967, 88051, 
    88276, 88286, 88298, 88299, 88402, 
    88405, 88406, 88407, 88426, 88428, 
    88429, 88430, 88433, 88437
  )

Query time 0.00032

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
87207 S
87434 S
87592 S
87593 S
87967 S
88051 S
88276 S
88286 S
88298 S
88299 S
88402 S
88405 S
88406 S
88407 S
88426 S
88428 S
88429 S
88430 S
88433 S
88437 S