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

Query time 0.00038

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
476 51 A images/vendor_directory/51/Disabu 1.jpg Disabu 1.jpg 272978 image/jpeg
477 51 A images/vendor_directory/51/Disabu 2.jpg Disabu 2.jpg 358512 image/jpeg
478 51 A images/vendor_directory/51/Disabu 3.jpg Disabu 3.jpg 299111 image/jpeg
479 51 A images/vendor_directory/51/Disabu 4.jpg Disabu 4.jpg 245604 image/jpeg