You must mean milliseconds, if a query takes seconds, it is not a good query.
Also, LIKE shouldn't make use of a FULLTEXT index and most probably doesn't.
Try a few million rows, then the difference in performance is clear, LIKE is terrible for searching.