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 (
    117697, 117699, 117713, 117778, 117835, 
    118017, 118043, 118118, 118195, 118197, 
    118201, 118319, 118320, 118331, 118421, 
    118440, 118477, 118481, 118482, 118577, 
    118590, 118592, 118593, 118860, 118861, 
    118939, 118943, 118997, 118999, 119080
  )

Query time 0.00036

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 30 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
117697 S
117699 S
117713 S
117778 S
117835 S
118017 S
118043 S
118118 S
118195 S
118197 S
118201 S
118319 S
118320 S
118331 S
118421 S
118440 S
118477 S
118481 S
118482 S
118577 S
118590 S
118592 S
118593 S
118860 S
118861 S
118939 S
118943 S
118997 S
118999 S
119080 S