SELECT 
  * 
FROM 
  cscart_lt_vendor_plan_promotions 
WHERE 
  plan_id IN (2, 1, 3, 4)

Query time 0.00695

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_lt_vendor_plan_promotions",
          "access_type": "system",
          "possible_keys": ["PRIMARY"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

plan_id temporary_price temporary_commission temporary_fixed_commission trial_period_days is_enabled updated_at
2 0.00 1.00 30 Y 1776065259