It won't make any difference in this example if you have a DBMS that is not extremely old. How simple databases (like access) works I don't know, but MySql, MS SQL, Opera and all other DBMSes handles the where statements in a query optimizer that sorts the order of the where statements.
With that said it is possible to optimize queries manually. But unfortunatley it's not to just change the order of the different where statements.