I have got a simple query and it takes more than 14 seconds.
select e.title, e.date, v.name, v.city, v.region, v.country from seminar e force index for jo
This would make the first part of the query faster:
INDEX(city, region, country)