SELECT 
  image_path 
FROM 
  cscart_cp_web_ignore_list

Query time 0.00018

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_cp_web_ignore_list",
      "access_type": "ALL",
      "rows": 1,
      "filtered": 100
    }
  }
}