I managed to solve my problem.
I had to add the following line to the uWSGI configuration file:
virtualenv = "/var/www/folder/folder_env";
I do not know, how could I run my flask website, as I installed Flask merely within the virtualenv, but adding the line above solved my problem.