Using mysqldumpslow, I can see that the most common entries in a MySQL slow query log are of the following form:
SELECT /*!N SQL_NO_CACHE */ from wp_posts (or wp_comments).
I can't seem to find much information about what this statement means and whether I need to worry about it enough to try and track down where WordPress is creating this SQL.