I\'ve been reading other posts but I didn\'t managed to fix my query.
Using DESC order the query is x20 times slower, I must improve that. This is the q
DESC
Increasing the sort_buffer_size parameter will increase the amount of memory MySQL uses before resorting to a temporary disk file and should help considerably.