Table links tags with articles. Just a column with ID which usually make the primary key is not really needed. You can make a composite primary key ID tag <-> ID of the article, such a pair will always be unique.
But innodb also stores a copy of the primary key in each table cell, so if it is a composite - it will lead to excessive memory consumption... is it Worth doing or better classic ID and these 2 fields are just unique index the hang?