In mysql db table I have all countries like:

and I fetched all countries as:
SELECT * FROM countries_table ORDER BY country_name
but I want to show some specific countries at top of the list:

and then other will come in ORDER BY country_name
Could it be solved by MYSQL and/or PHP & how?
There is a simple and not well-known MySQL trick: