I have an oc_customer table and i noticed that this query not using index:
SELECT * FROM oc_customer WHERE LOWER(email) = \'********@gmail.com\';