MySQL Workbench reports a value called "Key Efficiency" in association with server health. What does this mean and what are its implications?

From MySQL.com, "Key Efficiency" is:
...an indication of the number of
key_read_requeststhat resulted in actualkey_reads.
Ok, so what does that mean. What does it tell me about how I'm supposed to tune the server?