SELECT 
  * 
FROM 
  ath_category_faq_field_group 
WHERE 
  object_id = 242 
  AND type = 'V' 
ORDER BY 
  group_id

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.45"
    },
    "ordering_operation": {
      "using_filesort": true,
      "table": {
        "table_name": "ath_category_faq_field_group",
        "access_type": "ref",
        "possible_keys": [
          "object_type"
        ],
        "key": "object_type",
        "used_key_parts": [
          "object_id",
          "type"
        ],
        "key_length": "6",
        "ref": [
          "const",
          "const"
        ],
        "rows_examined_per_scan": 7,
        "rows_produced_per_join": 7,
        "filtered": "100.00",
        "cost_info": {
          "read_cost": "1.75",
          "eval_cost": "0.70",
          "prefix_cost": "2.45",
          "data_read_per_join": "168"
        },
        "used_columns": [
          "group_id",
          "object_id",
          "type",
          "data"
        ]
      }
    }
  }
}

Result

group_id object_id type data
1094 242 V {"name":"https:\/\/www.reddit.com\/?rdt=49525","group_id":"1094"}
1095 242 V {"name":"https:\/\/tiktok.com","group_id":"1095"}
1096 242 V {"name":"https:\/\/twitter.com","group_id":"1096"}
1097 242 V {"name":"https:\/\/www.linkedin.com\/in\/jonlincoln\/","group_id":"1097"}
1100 242 V {"name":"https://reddit.com"}
1101 242 V {"name":"https://google.com"}