SELECT 
  vi_product_reviews.*, 
  vi_users.company_id as reply_company_id, 
  vi_companies.company as reply_company, 
  vi_country_descriptions.country as country 
FROM 
  vi_product_reviews 
  LEFT JOIN vi_users ON vi_product_reviews.reply_user_id = vi_users.user_id 
  LEFT JOIN vi_companies ON vi_users.company_id = vi_companies.company_id 
  LEFT JOIN vi_country_descriptions ON vi_product_reviews.country_code = vi_country_descriptions.code 
  AND vi_country_descriptions.lang_code = 'de' 
WHERE 
  1 
  AND vi_product_reviews.product_id IN (148) 
  AND vi_product_reviews.status = 'A' 
ORDER BY 
  vi_product_reviews.product_review_timestamp desc

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "vi_product_reviews.product_review_timestamp desc",
            "table": {
              "table_name": "vi_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": 3,
              "filtered": 100,
              "attached_condition": "vi_product_reviews.product_id <=> 148 and vi_product_reviews.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "vi_users",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["user_id"],
          "ref": ["devvipiriscom.vi_product_reviews.reply_user_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "vi_companies",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["company_id"],
          "ref": ["devvipiriscom.vi_users.company_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(trigcond(vi_users.company_id is not null))"
        }
      },
      {
        "table": {
          "table_name": "vi_country_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "12",
          "used_key_parts": ["code", "lang_code"],
          "ref": ["devvipiriscom.vi_product_reviews.country_code", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(vi_country_descriptions.lang_code = 'de')"
        }
      }
    ]
  }
}

Result

product_review_id product_id user_id name advantages disadvantages comment rating_value ip_address is_buyer product_review_timestamp country_code city reply_user_id reply reply_timestamp helpfulness status storefront_id images_count vote_up vote_down abt__ut2_first_buy_date abt__ut2_purchased_variation_id reply_company_id reply_company country
30 148 0 Joe I don’t really need an overly functional super-duper music player that can brew me a coffee, I needed a replacement for my broken iPod. And this player handled that job really well. One extra pro is the fact that you don’t have to use pesky iTunes every time you connect the player. 5 7f000001 N 1484307000 0 0 0 A 1 0 0 0 0 0
31 148 0 Nancy A big screen is good and all, and I love to watch movies on it, but where are the buttons? 3 7f000001 N 1484307000 0 0 4 A 1 1 6 2 0 0
29 148 0 Sam This thing is the stuff of legends. If you are an audiophile like me, take it without question. You can listen to lossless music AND browse the web at the same time on the same device, fantastic! 5 7f000001 N 1484306940 0 0 0 A 1 0 0 0 0 0