SELECT 
  * 
FROM 
  cscart_vd_vendor_images 
WHERE 
  brand_id = 112 
  AND image_type = 'A'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_vd_vendor_images",
          "access_type": "ref",
          "possible_keys": ["brand_id"],
          "key": "brand_id",
          "key_length": "4",
          "used_key_parts": ["brand_id"],
          "ref": ["const"],
          "rows": 5,
          "filtered": 100,
          "attached_condition": "cscart_vd_vendor_images.image_type = 'A'"
        }
      }
    ]
  }
}

Result

id brand_id image_type image_path image_name image_size image_type_mime
231 112 A images/vendor_directory/112/Macrochet 1.jpg Macrochet 1.jpg 293078 image/jpeg
232 112 A images/vendor_directory/112/Macrochet 2.jpg Macrochet 2.jpg 324841 image/jpeg
233 112 A images/vendor_directory/112/Macrochet 3.jpg Macrochet 3.jpg 399572 image/jpeg
234 112 A images/vendor_directory/112/Macrochet 4.jpg Macrochet 4.jpg 292236 image/jpeg