Yes, it's possible to do from phpmyadmin (generally available from your server Cpanel)
From phpMyAdmin, select your database, click on the SQL tab.
Enter the following query into the textarea box (change the prefix zen_ to match your prefix or delete it if you don't use one):
SELECT p.products_id, p.products_model, pd.products_name, p.products_quantity
FROM zen_products p, zen_products_description pd
WHERE p.products_id = pd.products_id
Once the results display, click the Export link at the bottom of the page
Select CSV for Excel as the export format
Check the 'Save as File' checkbox
Click the Go button, and save the result where you can find it to import into Excel.