How can I correctly display a specific product on a page?

Hi,

i would like to display a specific product on a page

This is the code i used

{% assign someProduct = all_products.siewe-marinade-volaille-yummy %}
        {% for product in collections[product_collection].products limit:1 %}
        {% include 'product-grid-item-small' %}
        {% endfor %}

But somehow, this code dispaly me the last created product.

What did i make wrong.

Thank you for your help.