How to show 50×50 image thumbnail in Related Post

Change:

the_post_thumbnail()

To:

the_post_thumbnail( array(50, 50) );

It’s all documented on the codex / developer site at https://developer.wordpress.org/reference/functions/the_post_thumbnail/