Explain Query (mysql)

EXPLAIN SELECT YEAR(`date`) as y, image_url, text_fr, text_en FROM stories WHERE warehouse_id = 1 ORDER BY `date` DESC
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE stories ALL 8 12.50 Using where; Using filesort