SELECT 
  * 
FROM 
  cscart_sg_gift_certificate 
WHERE 
  1 
  AND status = 'A' 
  and use_for_merchant_gift = 'N' 
  and use_for_member_gift = 'N'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0113438,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_sg_gift_certificate",
          "access_type": "ALL",
          "loops": 1,
          "rows": 3,
          "cost": 0.0113438,
          "filtered": 100,
          "attached_condition": "cscart_sg_gift_certificate.`status` = 'A' and cscart_sg_gift_certificate.use_for_merchant_gift = 'N' and cscart_sg_gift_certificate.use_for_member_gift = 'N'"
        }
      }
    ]
  }
}

Result

id name status timestamp use_for_merchant_gift use_for_member_gift schedule_gift_certificate delivery_date
1 Onam A 1772709327 N N N N
4 Onam 1 A 1772803550 N N N N
5 Onam 2 A 1772805582 N N N N