SELECT 
  country_code 
FROM 
  cscart_payments_countries 
WHERE 
  payment_id = 13

Query time 0.00004

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}