By firing, I’m assuming you mean that runs for every order, which is how Order created works.
If you want that logic to only execute for when the SKU is present in the current order, add a condition before the “Get order data” to check the current sku. (if at least one of order/lineItems/sku == YOURSKU)