SELECT 
  image_id 
FROM 
  tmall_ab__sticker_pictograms 
WHERE 
  sticker_id = 38 
  AND product_id = 148 
  AND lang_code = 'en'

Query time 0.00752

JSON explain

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