SELECT 
  * 
FROM 
  tmall_ec_livecommerce_product_timestamp 
WHERE 
  video_id = 1 
ORDER BY 
  seconds ASC

Query time 0.00869

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.012403489,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "tmall_ec_livecommerce_product_timestamp.seconds",
            "table": {
              "table_name": "tmall_ec_livecommerce_product_timestamp",
              "access_type": "ALL",
              "loops": 1,
              "rows": 3,
              "cost": 0.010504815,
              "filtered": 100,
              "attached_condition": "tmall_ec_livecommerce_product_timestamp.video_id = 1"
            }
          }
        }
      }
    ]
  }
}

Result

video_id product_id hours minutes seconds
1 187 0 0 0
1 148 0 0 0
1 17 0 0 10