SELECT 
  * 
FROM 
  cropped_images 
WHERE 
  pair_id = 1520212

Query time 0.00116

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.05"
    },
    "table": {
      "table_name": "cropped_images",
      "access_type": "ref",
      "possible_keys": [
        "pair_id"
      ],
      "key": "pair_id",
      "used_key_parts": [
        "pair_id"
      ],
      "key_length": "4",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.75",
        "eval_cost": "0.30",
        "prefix_cost": "1.05",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "pair_id",
        "original_image",
        "owidth",
        "oheight",
        "cwidth",
        "cheight",
        "xpos",
        "ypos",
        "timestamp"
      ]
    }
  }
}

Result

pair_id original_image owidth oheight cwidth cheight xpos ypos timestamp
1520212 /images/detailed/1530/IMG_20230129_000309000__2__org.jpg 2528 1569 1962 1569 283 0 1679104596
1520212 /images/detailed/1530/IMG_20230129_000309000__2__org.jpg 2528 1569 1962 1569 283 0 1679104596
1520212 /images/detailed/1530/IMG_20230129_000309000__2__org.jpg 2528 1569 1962 1569 283 0 1679104596