INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '52166187563f11e8f71c8687897f05299a81e8d14bd69d7d96a7c16f0b10641e', 
    '90K0tlL94ojUMHV6fyE3Hlwl+I/hADF0+GgS79w3f2Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)