This is a millisecond difference, imperceptible. If you are not dealing with an extremely large amount of traffic, it does not matter.
If you are having performance issues with your approach, this is probably because there are a lot of rows in your table. Then the neck of the bottle is not LIKE (and MySQL also supports REGEXP), but your table structure.
In any case, you should read the MySQL and MySQL Indexes full-text search .
source share