on MYSQL workbench the solution is SELECT idcategoriaespecifica, nombre FROM table ce WHERE MATCH (ce.column1) AGAINST ('VALUE1 VALUES2')
In the against just put the values you want to search but with a space between them