Your system may have been more busy when an abusive request entered a slow log.
A slow log may indicate that indexes are not fully used if value_strings are larger than the result set. Thus, runtime should be considered the key to the problem, but the row_examined query will give you a clearer answer.
Request time is a poor measure of performance on a server with a high load, because any request can be slow on a busy server. You must use EXPLAIN and SHOW PROFILE to profile your queries and improve them so that they do not put too much load on your server.
SELECT SQL_NO_CACHE ... , , , .