SELECT 
  f.faq_id, 
  f.title 
FROM 
  cscart_faqs AS f 
WHERE 
  1 
  AND f.faq_id IN (1) 
ORDER BY 
  f.faq_id ASC

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "f",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["faq_id"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

faq_id title
1 HP