I am using WordPress with MySQL and the query takes too long to respond.
https://i.ibb.co/Pzwv1Hk/image.png
I am trying to add indexes using this query
ALTER TABLE lfab_posts ADD INDEX latest_post_date ('post_status', 'post_date' DESC)
what is wrong in the syntax? This lfab_posts table already has indexes as shown in the attached picture.