Question :
Is there any SQL query syntax that returns query execution time and query result at the same time?
Answer :
I agree with @DTest, how are your running your query? If you log directly into a MySQL terminal style and hand-run queries, it will give you a time result. Also, if you use Oracles MySQL database tool (I believe it is called “MySQL Workbench“), you can connect to your database server directly and the GUI will also give you time results for the query if you hand-run it.