SELECT 
  f.feature_id, 
  f.purpose, 
  p.product_id, 
  p.parent_product_id, 
  g.id, 
  g.code 
FROM 
  cscart_product_variation_group_features AS f 
  INNER JOIN cscart_product_variation_groups AS g ON f.group_id = g.id 
  INNER JOIN cscart_product_variation_group_products AS p ON f.group_id = p.group_id 
WHERE 
  p.product_id IN (
    170, 162, 168, 61, 166, 736, 734, 732, 
    733, 735, 737, 1569, 258, 257, 1783, 
    1779, 1782, 1781, 1676, 1229, 1181, 
    362, 256, 452, 420, 374, 800, 1136, 224, 
    795, 1839, 797, 798, 1409, 367, 1393, 
    484, 445, 157, 388, 585, 241, 629, 590, 
    860, 1790, 230, 413
  )

Query time 0.00079

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}