Explain Query (mysql)

EXPLAIN SELECT * FROM `recipeOrders` `t` WHERE `t`.`order_id`='22240692'
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t ref order_id order_id 5 const 1 100.00