Mysql does not prevent the creation of an index for the same column(s) when different index names are used. I guess that internally only one index is created and updated, but I better ask here if this is true.
When my suggestion is not right, what is the reason to maintain the index more than one time?