I found the solution.
Go to plugins > woocommerce > includes > wc-template-functions.php
Line 1858:
$small_thumbnail_size = apply_filters( ‘subcategory_archive_thumbnail_size’, ‘shop_catalog’ );
for
$small_thumbnail_size = apply_filters( ‘subcategory_archive_thumbnail_size’, full );`
It would be great to apply this vía functions.php so automatic updates for the plugin could be activated.