SELECT 
  category_id 
FROM 
  cscart_cp_blog_post_categories 
WHERE 
  link_type = 'M' 
  AND post_id = 14

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_cp_blog_post_categories",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["post_id"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "cscart_cp_blog_post_categories.link_type = 'M'"
    }
  }
}

Result

category_id
1