Explain Query (mysql)

EXPLAIN SELECT * FROM orders WHERE order_id = '22240692'
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE orders const PRIMARY PRIMARY 4 const 1 100.00