If you query a view, MySQL will consider using indexes on the underlying tables.
However it is not possible to add a new index to a calculated column in the view. I think this is what people meant by MySQL not having indexed views, as opposed to (for example) SQL Server’s indexed views.