SELECT 
  product_id, 
  location_id 
FROM 
  vi_yl_vipiris_product_settings 
WHERE 
  product_id = 233

Query time 0.00008

JSON explain

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