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

Query time 0.00049

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
1036 254 A images/vendor_directory/254/Crisantemo 1.jpg Crisantemo 1.jpg 352826 image/jpeg
1037 254 A images/vendor_directory/254/Crisantemo 2.jpg Crisantemo 2.jpg 187422 image/jpeg
1038 254 A images/vendor_directory/254/Crisantemo 3.jpg Crisantemo 3.jpg 136168 image/jpeg
1039 254 A images/vendor_directory/254/Crisantemo 4.jpg Crisantemo 4.jpg 165884 image/jpeg