SELECT 
  cscart_product_reviews.product_review_id, 
  cscart_product_reviews.product_id, 
  cscart_product_reviews.user_id, 
  cscart_product_reviews.name, 
  cscart_product_reviews.quick_comment, 
  cscart_product_reviews.comment, 
  cscart_product_reviews.rating_value, 
  cscart_product_reviews.product_review_timestamp 
FROM 
  cscart_product_reviews 
WHERE 
  cscart_product_reviews.product_id IN (31962) 
ORDER BY 
  cscart_product_reviews.product_review_id DESC 
LIMIT 
  2

Query time 0.00227

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_product_reviews.product_review_id desc",
            "table": {
              "table_name": "cscart_product_reviews",
              "access_type": "ref",
              "possible_keys": ["idx_product_id"],
              "key": "idx_product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "ref": ["const"],
              "rows": 5,
              "filtered": 100,
              "attached_condition": "cscart_product_reviews.product_id <=> 31962"
            }
          }
        }
      }
    ]
  }
}

Result

product_review_id product_id user_id name quick_comment comment rating_value product_review_timestamp
31828 31962 7325 Hữu Mạnh Nguyễn Thiết kế sang trọng Hũ nến đẹp và sang trọng, hương thơm của sáp đậu nành rất dễ chịu, thích hợp để trang trí phòng trong dịp Giáng sinh. 5 1727773423
31827 31962 7325 Khiết Bình Mùi hương nhẹ nhàng Nến Giáng sinh hũ thủy tinh này mùi thơm rất nhẹ nhàng, thích hợp cho mùa lễ hội, mình rất hài lòng. 5 1727773374