INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f0481d638682ef564248b3f86be49f6cf51735c7fedd1f253590521077366339', 
    'GWHAXV1dALNPZy190OmWOBh74nWlextkggDLN8WUwjE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)