INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '43a57d53c75ab9d0e79117bade21b9180d705746c480b1166e6ce87520006ed4', 
    'DnCFOu69SAVb/BMMB3NRvJgw5BT6Qo3nAXvf2+n0S3s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)