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 (
    87462, 93097, 93106, 93358, 93492, 93613, 
    93627, 93638, 93639, 93640, 93641, 
    93642, 93643, 93644, 93645, 93646, 
    93647, 93648, 93649, 93715
  )

Query time 0.00028

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
87462 S
93097 S
93106 S
93358 S
93492 S
93613 S
93627 S
93638 S
93639 S
93640 S
93641 S
93642 S
93643 S
93644 S
93645 S
93646 S
93647 S
93648 S
93649 S
93715 S